home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / BLP II < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  11.7 KB  |  368 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.1"
  11. *PCFileName: "GCBLP2_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(BLP II)"
  14. *PSVersion: "(52.3) 0"
  15. *NickName: "GCC BLP II v52.3"
  16. *ModelName: "GCC BLP II"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "290240"
  20. *ColorDevice: False
  21. *DefaultColorSpace: Gray
  22. *VariablePaperSize: False
  23. *FileSystem: True
  24. *?FileSystem: "
  25. save
  26.     (False) statusdict /diskstatus known{
  27.         statusdict /diskstatus get exec exch pop 0 ne {pop (True)} if
  28.     }if = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "4"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true 
  37.   }{
  38.     dup    % potential password
  39.     statusdict /checkpassword get exec not 
  40.   } ifelse 
  41.   {  %  if no password or not valid 
  42.     (WARNING : Cannot perform the exitserver command.) = 
  43.     (Password supplied is not valid.) = 
  44.     (Please contact the author of this software.) = flush
  45.     quit 
  46.   } if 
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50. *Reset: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true 
  53.   }{
  54.     dup    % potential password
  55.     statusdict /checkpassword get exec not 
  56.   } ifelse 
  57.   {  %  if no password or not valid 
  58.     (WARNING : Cannot reset printer.) = 
  59.     (Password supplied is not valid.) = 
  60.     (Please contact the author of this software.) = flush
  61.     quit 
  62.   } if 
  63.   serverdict /exitserver get exec
  64.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 300dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "60.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *% Use these entries to set paper size most of the time.
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "statusdict /lettertray get exec"
  106. *PageSize Legal: "statusdict /legaltray get exec"
  107. *PageSize A4: "statusdict /a4tray get exec"
  108. *PageSize A5: "statusdict /a5tray get exec"
  109. *PageSize B5: "statusdict /b5tray get exec"
  110. *PageSize Comm10: "statusdict /com10tray get exec"
  111. *PageSize DL: "statusdict /dltray get exec"
  112. *PageSize Monarch: "statusdict /monarchtray get exec"
  113. *PageSize C5: "statusdict /c5tray get exec"
  114. *PageSize Executive: "statusdict /executivetray get exec"
  115. *?PageSize: "
  116.  save
  117.   10 dict
  118.    dup /letter (Letter) put
  119.    dup /executivepage (Executive) put
  120.    dup /legal (Legal) put
  121.    dup /c5 (C5) put
  122.    dup /monarch (Monarch) put
  123.    dup /a4 (A4) put
  124.    dup /dl (DL) put
  125.    dup /a5 (A5) put
  126.    dup /com10 (Comm10) put
  127.    dup /b5 (B5) put
  128.    statusdict /papersize get exec {
  129.      {load exec} stopped not{= flush}if
  130.    }{
  131.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  132.    }ifelse
  133.  restore
  134. "
  135. *End
  136. *CloseUI: *PageSize
  137.  
  138. *% These entries will set up the frame buffer. Usually used with manual feed.
  139. *OpenUI *PageRegion: PickOne
  140. *OrderDependency: 40 AnySetup *PageRegion
  141. *DefaultPageRegion: Letter
  142. *PageRegion Letter: "letter"
  143. *PageRegion Legal: "legal"
  144. *PageRegion A4: "a4"
  145. *PageRegion A5: "a5"
  146. *PageRegion B5: "b5"
  147. *PageRegion Comm10: "com10"
  148. *PageRegion DL: "dl"
  149. *PageRegion Monarch: "monarch"
  150. *PageRegion C5: "c5"
  151. *PageRegion Executive: "executivepage"
  152. *CloseUI: *PageRegion
  153.  
  154. *% The following entries provide information about specific paper keywords.
  155. *DefaultImageableArea: Letter
  156. *ImageableArea Letter: "1 1 611 779 "
  157. *ImageableArea Legal: "1 1 611 995 "
  158. *ImageableArea A4: "0 1 594 828 "
  159. *ImageableArea A5: "2 1 419 582 "
  160. *ImageableArea B5: "1 1 515 715 "
  161. *ImageableArea Comm10: "1 1 296 671"
  162. *ImageableArea DL: "1 1 311 610"
  163. *ImageableArea Monarch: "2 1 277 527"
  164. *ImageableArea C5: "2 1 457 636"
  165. *ImageableArea Executive: "2 1 520 743"
  166. *?ImageableArea: "
  167. save
  168.   /cvp {(                ) cvs print ( ) print } bind def
  169.   /upperright {10000 mul floor 10000 div} bind def
  170.   /lowerleft {10000 mul ceiling 10000 div} bind def
  171.   newpath clippath pathbbox
  172.   4 -2 roll exch 2 {lowerleft cvp} repeat
  173.   exch 2 {upperright cvp} repeat flush
  174.  restore
  175. "
  176. *End
  177.  
  178. *% These provide the physical dimensions of the paper (by keyword)
  179. *DefaultPaperDimension: Letter
  180. *PaperDimension Letter: "612 792"
  181. *PaperDimension Legal: "612 1008"
  182. *PaperDimension A4: "595 842"
  183. *PaperDimension A5: "420 595"
  184. *PaperDimension B5: "516 729"
  185. *PaperDimension Comm10: "297 684"
  186. *PaperDimension DL: "312 623"
  187. *PaperDimension Monarch: "278 540"
  188. *PaperDimension C5: "458 649"
  189. *PaperDimension Executive: "521 756"
  190.  
  191. *DefaultOutputBin: Upper
  192. *DefaultOutputOrder: Normal
  193.  
  194. *RequiresPageRegion All: True
  195. *OpenUI *InputSlot: PickOne
  196. *OrderDependency: 20 AnySetup *InputSlot
  197. *DefaultInputSlot: Cassette
  198. *InputSlot Cassette: ""
  199. *CloseUI: *InputSlot
  200.  
  201. *OpenUI *ManualFeed: Boolean
  202. *OrderDependency: 20 AnySetup *ManualFeed
  203. *DefaultManualFeed: False
  204. *?ManualFeed: "save
  205.   statusdict /manualfeed get
  206.   {(True)}{(False)}ifelse = flush
  207.   restore"
  208. *End
  209. *ManualFeed True: "statusdict /manualfeed true put"
  210. *ManualFeed False: "statusdict /manualfeed false put"
  211. *CloseUI: *ManualFeed
  212.  
  213. *% Font Information =====================
  214. *DefaultFont: Courier
  215. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  216. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  217. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  218. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  219. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  220. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  221. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  222. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  223. *Font Courier: Standard "(002.002)" Standard ROM
  224. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  225. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  226. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  227. *Font Helvetica: Standard "(001.006)" Standard ROM
  228. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  229. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  230. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  231. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  232. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  233. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  234. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  235. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  236. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  237. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  238. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  239. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  240. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  241. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  242. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  243. *Font Symbol: Special "(001.003)" Special ROM
  244. *Font Times-Bold: Standard "(001.007)" Standard ROM
  245. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  246. *Font Times-Italic: Standard "(001.007)" Standard ROM
  247. *Font Times-Roman: Standard "(001.007)" Standard ROM
  248. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  249. *Font ZapfDingbats: Special "(001.002)" Special ROM
  250. *?FontQuery: "
  251. save
  252.  /str 100 string dup 0 (fonts/) putinterval def
  253.  {
  254.    count 1 gt
  255.    {
  256.      exch dup str 6 94 getinterval cvs
  257.      (/) print dup print (:) print exch
  258.      FontDirectory exch known
  259.      { pop (Yes) }
  260.       {
  261.         length 6 add str 0 3 -1 roll getinterval
  262.         mark exch status
  263.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  264.      } ifelse =
  265.    }
  266.    {exit} ifelse
  267.  }bind loop
  268.  (*) = flush
  269. restore
  270. "
  271. *End
  272.  
  273. *?FontList: "
  274. save
  275.   FontDirectory { pop == } bind forall flush
  276.   /filenameforall where
  277.   {
  278.     pop (fonts/*)
  279.     { dup length 6 sub 6 exch getinterval cvn == } bind
  280.     128 string filenameforall flush
  281.   } if
  282.   (*) = flush
  283. restore
  284. "
  285. *End
  286.  
  287. *% Printer Messages (verbatim from printer):
  288. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  289. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  290. *Message: "\FontName\ not found, using Courier"
  291.  
  292. *% Status (format: %%[ status: <one of these> ]%% )
  293. *Status: "idle"
  294. *Status: "busy"
  295. *Status: "waiting"
  296. *Status: "printing"
  297. *Status: "warming up"
  298. *Status: "PrinterError: timeout, clearing printer"
  299. *Status: "PrinterError: WARMING UP"
  300. *Status: "PrinterError: COVER OPEN"
  301. *Status: "PrinterError: service call"
  302. *Status: "PrinterError: PAPER FEED JAM1"
  303. *Status: "PrinterError: PAPER FEED JAM2"
  304. *Status: "PrinterError: no toner cartridge"
  305. *Status: "PrinterError: PAPER JAM1"
  306. *Status: "PrinterError: PAPER JAM2"
  307.  
  308. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  309. *Source: "serial9"
  310. *Source: "serial25"
  311. *Source: "AppleTalk"
  312. *Source: "Centronics"
  313.  
  314. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  315. *PrinterError: "timeout, clearing printer"
  316. *PrinterError: "WARMING UP"
  317. *PrinterError: "COVER OPEN"
  318. *PrinterError: "service call"
  319. *PrinterError: "PAPER FEED JAM1"
  320. *PrinterError: "PAPER FEED JAM2"
  321. *PrinterError: "no toner cartridge"
  322. *PrinterError: "PAPER JAM1"
  323. *PrinterError: "PAPER JAM2"
  324.  
  325. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  326.  
  327. *% Color Separation Information =====================
  328. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  329.  
  330. *InkName: ProcessBlack/Process Black
  331. *InkName: CustomColor/Custom Color
  332. *InkName: ProcessCyan/Process Cyan
  333. *InkName: ProcessMagenta/Process Magenta
  334. *InkName: ProcessYellow/Process Yellow
  335.  
  336. *%  For 60 lpi / 300 dpi  ===============================
  337.  
  338. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  339. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  340. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  341. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  342. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  343.  
  344. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  347. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349.  
  350. *%  For 53 lpi / 300 dpi  ===============================
  351.  
  352. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  353. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  354. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  355. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  356. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  357.  
  358. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  359. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  360. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  361. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  362. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  363.  
  364. *% Last Edit Date: Jun 1 1992
  365. *% The byte count of this file should be exactly 012019 or 012386
  366. *% depending on the filesystem it resides in.
  367. *% end of PPD file for BLP II
  368.